Skip to content

Makefile.PL fix for missing Test::NoWarnings build requirement#178

Merged
djzort merged 1 commit intoperl5-dbi:masterfrom
whindsx:prereq_pm-test-nowarnings-175
May 2, 2025
Merged

Makefile.PL fix for missing Test::NoWarnings build requirement#178
djzort merged 1 commit intoperl5-dbi:masterfrom
whindsx:prereq_pm-test-nowarnings-175

Conversation

@whindsx
Copy link

@whindsx whindsx commented Jul 22, 2024

I added Test::NoWarnings but it still wasn't installing the module. Turns out there was an ancient condition that modified PREREQ_PM. I removed this since it will probably never be true for anybody again. Updated GHA accordingly.

This fixes #175.

Along with appropriate update to Github Action.

Also we don't care about ExtUtils::MakeMaker version number anymore.

This fixes GH#175.
@Tux
Copy link
Member

Tux commented Aug 1, 2024

Approve. perl-5.6.0 shipped with EU::MM-5.45

@djzort djzort merged commit c44e3ef into perl5-dbi:master May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Makefile.PL is missing requirement for Test::NoWarnings

3 participants